*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 21 Jan 2004 05:46:48 +0000 (05:46 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 21 Jan 2004 05:46:48 +0000 (05:46 +0000)
src/ChangeLog

index 38549c07bc70198b2262245d3f96262ef82c29bf..3fc443f8a09f93cccf6ccdcb32139994ccc31bcc 100644 (file)
@@ -1,3 +1,14 @@
+2004-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * process.c (wait_reading_process_input) [SYNC_INPUT]:
+       Check interrupt_input_pending explicitly.
+
+       * lisp.h (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.
+
+       * keyboard.c (handle_async_input): New fun,
+       extracted from input_available_signal.
+       (input_available_signal, reinvoke_input_signal): Use it.
+
 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * buffer.c (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.